Html Css Color HEX #338BBD Curious Blue

📋 copy color: '#338BBD'

red 51 ◦ green 139 ◦ blue 189

#338BBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #338BBD

Tints of Curious Blue #338BBD

RGB

 RED value IS 51 (20.31% from 255) = 13.46%

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 13.46%
G = 36.68%
B = 49.87%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338BBD (or 0x338BBD) is known color: Curious Blue. HEX triplet: 33, 8B and BD. RGB value is (51,139,189). Sum of RGB (Red+Green+Blue) = 51+139+189=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #338BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BBD is #CC7442. Grayscale: #767676. Windows color (decimal): -13399107 or 12421939. OLE color: 12421939.

HSL color Cylindrical-coordinate representation of color #338BBD: hue angle of 201.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338BBD is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 139 189 -
CMYK 0.73 0.26 0 0.26
HSL 201.74º 0.58% 0.47% -
HSV(B) 201.74º 0.73% 0.74% -
XYZ 19.78 22.84 51.51 -
YUV 118.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 51 139 189 0.73 0.26 0 0.26 201.74 0.58 0.47
Hex 33 8B BD 49 1A 0 1A CA 3A 2F
Octal 63 213 275 111 32 0 32 312 72 57
Binary 110011 10001011 10111101 1001001 11010 0 11010 11001010 111010 101111

Color Harmonies of #338BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BBD

Black with #338BBD

Text Example


Text Example

White with #338BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338BBD; }

 p { color: rgb(51,139,189); }

 H1.HeaderClassName
 {
   color: #338BBD;
 }
 .AnyTagClassName
 {
   color: #338BBD;
 }
</style>

background-color css

<style>
 a { background-color: #338BBD; }

 a { background-color: rgb(51,139,189); }

 div.DivClassName
 {
   background-color: #338BBD;
 }
 .BgClassName
 {
   background-color: #338BBD;
 }
</style>

border-color css

<style>
 span { border-color: #338BBD; }

 span { border-color: rgb(51,139,189); }

 td.TdClassName
 {
   border-color: #338BBD;
 }
 .TagClassName
 {
   border-color: #338BBD;
 }
</style>