Html Css Color HEX #308DCE Curious Blue

📋 copy color: '#308DCE'

red 48 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #308DCE

Tints of Curious Blue #308DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

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

R = 12.15%
G = 35.7%
B = 52.15%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#308DCE (or 0x308DCE) is known color: Curious Blue. HEX triplet: 30, 8D and CE. RGB value is (48,141,206). Sum of RGB (Red+Green+Blue) = 48+141+206=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #308DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DCE is #CF7231. Grayscale: #787878. Windows color (decimal): -13595186 or 13536560. OLE color: 13536560.

HSL color Cylindrical-coordinate representation of color #308DCE: hue angle of 204.68º 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 #308DCE is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 141 206 -
CMYK 0.77 0.32 0 0.19
HSL 204.68º 0.62% 0.5% -
HSV(B) 204.68º 0.77% 0.81% -
XYZ 21.88 24.13 61.9 -
YUV 120.6 176.19 76.21 -
System Red Green Blue C M Y K H S L
Decimal 48 141 206 0.77 0.32 0 0.19 204.68 0.62 0.5
Hex 30 8D CE 4D 20 0 13 CD 3E 32
Octal 60 215 316 115 40 0 23 315 76 62
Binary 110000 10001101 11001110 1001101 100000 0 10011 11001101 111110 110010

Color Harmonies of #308DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DCE

Black with #308DCE

Text Example


Text Example

White with #308DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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