Html Css Color HEX #338AB8 Curious Blue

📋 copy color: '#338AB8'

red 51 ◦ green 138 ◦ blue 184

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

Shades of Curious Blue #338AB8

Tints of Curious Blue #338AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

 BLUE value IS 184 (72.27% from 255) = 49.33%

R = 13.67%
G = 37%
B = 49.33%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#338AB8 (or 0x338AB8) is known color: Curious Blue. HEX triplet: 33, 8A and B8. RGB value is (51,138,184). Sum of RGB (Red+Green+Blue) = 51+138+184=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #338AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338AB8 is #CC7547. Grayscale: #747474. Windows color (decimal): -13399368 or 12094003. OLE color: 12094003.

HSL color Cylindrical-coordinate representation of color #338AB8: hue angle of 200.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338AB8 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 138 184 -
CMYK 0.72 0.25 0 0.28
HSL 200.75º 0.57% 0.46% -
HSV(B) 200.75º 0.72% 0.72% -
XYZ 19.11 22.34 48.65 -
YUV 117.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 51 138 184 0.72 0.25 0 0.28 200.75 0.57 0.46
Hex 33 8A B8 48 19 0 1C C9 39 2E
Octal 63 212 270 110 31 0 34 311 71 56
Binary 110011 10001010 10111000 1001000 11001 0 11100 11001001 111001 101110

Color Harmonies of #338AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338AB8

Black with #338AB8

Text Example


Text Example

White with #338AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,138,184); }

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

background-color css

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

 a { background-color: rgb(51,138,184); }

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

border-color css

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

 span { border-color: rgb(51,138,184); }

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