Html Css Color HEX #308ECC Curious Blue

📋 copy color: '#308ECC'

red 48 ◦ green 142 ◦ blue 204

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

Shades of Curious Blue #308ECC

Tints of Curious Blue #308ECC

RGB

 RED value IS 48 (19.14% from 255) = 12.18%

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 12.18%
G = 36.04%
B = 51.78%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#308ECC (or 0x308ECC) is known color: Curious Blue. HEX triplet: 30, 8E and CC. RGB value is (48,142,204). Sum of RGB (Red+Green+Blue) = 48+142+204=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #308ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ECC is #CF7133. Grayscale: #787878. Windows color (decimal): -13594932 or 13405744. OLE color: 13405744.

HSL color Cylindrical-coordinate representation of color #308ECC: hue angle of 203.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308ECC is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 142 204 -
CMYK 0.76 0.30 0 0.2
HSL 203.85º 0.62% 0.49% -
HSV(B) 203.85º 0.76% 0.8% -
XYZ 21.79 24.33 60.68 -
YUV 120.96 174.86 75.96 -
System Red Green Blue C M Y K H S L
Decimal 48 142 204 0.76 0.30 0 0.2 203.85 0.62 0.49
Hex 30 8E CC 4C 1E 0 14 CC 3E 31
Octal 60 216 314 114 36 0 24 314 76 61
Binary 110000 10001110 11001100 1001100 11110 0 10100 11001100 111110 110001

Color Harmonies of #308ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ECC

Black with #308ECC

Text Example


Text Example

White with #308ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308ECC; }

 p { color: rgb(48,142,204); }

 H1.HeaderClassName
 {
   color: #308ECC;
 }
 .AnyTagClassName
 {
   color: #308ECC;
 }
</style>

background-color css

<style>
 a { background-color: #308ECC; }

 a { background-color: rgb(48,142,204); }

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

border-color css

<style>
 span { border-color: #308ECC; }

 span { border-color: rgb(48,142,204); }

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