Html Css Color HEX #306FC0 Curious Blue

📋 copy color: '#306FC0'

red 48 ◦ green 111 ◦ blue 192

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

Shades of Curious Blue #306FC0

Tints of Curious Blue #306FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 192 (75.39% from 255) = 54.7%

R = 13.68%
G = 31.62%
B = 54.7%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#306FC0 (or 0x306FC0) is known color: Curious Blue. HEX triplet: 30, 6F and C0. RGB value is (48,111,192). Sum of RGB (Red+Green+Blue) = 48+111+192=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #306FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FC0 is #CF903F. Grayscale: #656565. Windows color (decimal): -13602880 or 12611376. OLE color: 12611376.

HSL color Cylindrical-coordinate representation of color #306FC0: hue angle of 213.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306FC0 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 111 192 -
CMYK 0.75 0.42 0 0.25
HSL 213.75º 0.6% 0.47% -
HSV(B) 213.75º 0.75% 0.75% -
XYZ 16.42 15.8 52.05 -
YUV 101.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 48 111 192 0.75 0.42 0 0.25 213.75 0.6 0.47
Hex 30 6F C0 4B 2A 0 19 D6 3C 2F
Octal 60 157 300 113 52 0 31 326 74 57
Binary 110000 1101111 11000000 1001011 101010 0 11001 11010110 111100 101111

Color Harmonies of #306FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FC0

Black with #306FC0

Text Example


Text Example

White with #306FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306FC0; }

 p { color: rgb(48,111,192); }

 H1.HeaderClassName
 {
   color: #306FC0;
 }
 .AnyTagClassName
 {
   color: #306FC0;
 }
</style>

background-color css

<style>
 a { background-color: #306FC0; }

 a { background-color: rgb(48,111,192); }

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

border-color css

<style>
 span { border-color: #306FC0; }

 span { border-color: rgb(48,111,192); }

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