Html Css Color HEX #308DCB Curious Blue

📋 copy color: '#308DCB'

red 48 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #308DCB

Tints of Curious Blue #308DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 12.24%
G = 35.97%
B = 51.79%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#308DCB (or 0x308DCB) is known color: Curious Blue. HEX triplet: 30, 8D and CB. RGB value is (48,141,203). Sum of RGB (Red+Green+Blue) = 48+141+203=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #308DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DCB is #CF7234. Grayscale: #777777. Windows color (decimal): -13595189 or 13339952. OLE color: 13339952.

HSL color Cylindrical-coordinate representation of color #308DCB: hue angle of 204º 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 #308DCB is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 141 203 -
CMYK 0.76 0.31 0 0.20
HSL 204º 0.62% 0.49% -
HSV(B) 204º 0.76% 0.8% -
XYZ 21.52 23.99 60 -
YUV 120.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 48 141 203 0.76 0.31 0 0.20 204 0.62 0.49
Hex 30 8D CB 4C 1F 0 14 CC 3E 31
Octal 60 215 313 114 37 0 24 314 76 61
Binary 110000 10001101 11001011 1001100 11111 0 10100 11001100 111110 110001

Color Harmonies of #308DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DCB

Black with #308DCB

Text Example


Text Example

White with #308DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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