Html Css Color HEX #308BCD Curious Blue

📋 copy color: '#308BCD'

red 48 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #308BCD

Tints of Curious Blue #308BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 12.24%
G = 35.46%
B = 52.3%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#308BCD (or 0x308BCD) is known color: Curious Blue. HEX triplet: 30, 8B and CD. RGB value is (48,139,205). Sum of RGB (Red+Green+Blue) = 48+139+205=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #308BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BCD is #CF7432. Grayscale: #767676. Windows color (decimal): -13595699 or 13470512. OLE color: 13470512.

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

Color convert

RGB 48 139 205 -
CMYK 0.77 0.32 0 0.20
HSL 205.22º 0.62% 0.5% -
HSV(B) 205.22º 0.77% 0.8% -
XYZ 21.47 23.5 61.16 -
YUV 119.32 176.35 77.13 -
System Red Green Blue C M Y K H S L
Decimal 48 139 205 0.77 0.32 0 0.20 205.22 0.62 0.5
Hex 30 8B CD 4D 20 0 14 CD 3E 32
Octal 60 213 315 115 40 0 24 315 76 62
Binary 110000 10001011 11001101 1001101 100000 0 10100 11001101 111110 110010

Color Harmonies of #308BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BCD

Black with #308BCD

Text Example


Text Example

White with #308BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,139,205); }

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

background-color css

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

 a { background-color: rgb(48,139,205); }

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

border-color css

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

 span { border-color: rgb(48,139,205); }

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