Html Css Color HEX #308ACE Curious Blue

📋 copy color: '#308ACE'

red 48 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #308ACE

Tints of Curious Blue #308ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 12.24%
G = 35.2%
B = 52.55%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#308ACE (or 0x308ACE) is known color: Curious Blue. HEX triplet: 30, 8A and CE. RGB value is (48,138,206). Sum of RGB (Red+Green+Blue) = 48+138+206=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #308ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ACE is #CF7531. Grayscale: #767676. Windows color (decimal): -13595954 or 13535792. OLE color: 13535792.

HSL color Cylindrical-coordinate representation of color #308ACE: hue angle of 205.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308ACE is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 138 206 -
CMYK 0.77 0.33 0 0.19
HSL 205.82º 0.62% 0.5% -
HSV(B) 205.82º 0.77% 0.81% -
XYZ 21.45 23.26 61.75 -
YUV 118.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 48 138 206 0.77 0.33 0 0.19 205.82 0.62 0.5
Hex 30 8A CE 4D 21 0 13 CE 3E 32
Octal 60 212 316 115 41 0 23 316 76 62
Binary 110000 10001010 11001110 1001101 100001 0 10011 11001110 111110 110010

Color Harmonies of #308ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ACE

Black with #308ACE

Text Example


Text Example

White with #308ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,138,206); }

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

background-color css

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

 a { background-color: rgb(48,138,206); }

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

border-color css

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

 span { border-color: rgb(48,138,206); }

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