Html Css Color HEX #338BBB Curious Blue

📋 copy color: '#338BBB'

red 51 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #338BBB

Tints of Curious Blue #338BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 13.53%
G = 36.87%
B = 49.6%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#338BBB (or 0x338BBB) is known color: Curious Blue. HEX triplet: 33, 8B and BB. RGB value is (51,139,187). Sum of RGB (Red+Green+Blue) = 51+139+187=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #338BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BBB is #CC7444. Grayscale: #757575. Windows color (decimal): -13399109 or 12290867. OLE color: 12290867.

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

Color convert

RGB 51 139 187 -
CMYK 0.73 0.26 0 0.27
HSL 201.18º 0.57% 0.47% -
HSV(B) 201.18º 0.73% 0.73% -
XYZ 19.57 22.76 50.37 -
YUV 118.16 166.85 80.1 -
System Red Green Blue C M Y K H S L
Decimal 51 139 187 0.73 0.26 0 0.27 201.18 0.57 0.47
Hex 33 8B BB 49 1A 0 1B C9 39 2F
Octal 63 213 273 111 32 0 33 311 71 57
Binary 110011 10001011 10111011 1001001 11010 0 11011 11001001 111001 101111

Color Harmonies of #338BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BBB

Black with #338BBB

Text Example


Text Example

White with #338BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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