Html Css Color HEX #305CB6 Cerulean Blue

📋 copy color: '#305CB6'

red 48 ◦ green 92 ◦ blue 182

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

Shades of Cerulean Blue #305CB6

Tints of Cerulean Blue #305CB6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 182 (71.48% from 255) = 56.52%

R = 14.91%
G = 28.57%
B = 56.52%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#305CB6 (or 0x305CB6) is known color: Cerulean Blue. HEX triplet: 30, 5C and B6. RGB value is (48,92,182). Sum of RGB (Red+Green+Blue) = 48+92+182=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #305CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CB6 is #CFA349. Grayscale: #585858. Windows color (decimal): -13607754 or 11951152. OLE color: 11951152.

HSL color Cylindrical-coordinate representation of color #305CB6: hue angle of 220.3º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305CB6 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 92 182 -
CMYK 0.74 0.49 0 0.29
HSL 220.3º 0.58% 0.45% -
HSV(B) 220.3º 0.74% 0.71% -
XYZ 13.49 11.66 45.8 -
YUV 89.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 48 92 182 0.74 0.49 0 0.29 220.3 0.58 0.45
Hex 30 5C B6 4A 31 0 1D DC 3A 2D
Octal 60 134 266 112 61 0 35 334 72 55
Binary 110000 1011100 10110110 1001010 110001 0 11101 11011100 111010 101101

Color Harmonies of #305CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CB6

Black with #305CB6

Text Example


Text Example

White with #305CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305CB6; }

 p { color: rgb(48,92,182); }

 H1.HeaderClassName
 {
   color: #305CB6;
 }
 .AnyTagClassName
 {
   color: #305CB6;
 }
</style>

background-color css

<style>
 a { background-color: #305CB6; }

 a { background-color: rgb(48,92,182); }

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

border-color css

<style>
 span { border-color: #305CB6; }

 span { border-color: rgb(48,92,182); }

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