Html Css Color HEX #305FB3 Cerulean Blue

📋 copy color: '#305FB3'

red 48 ◦ green 95 ◦ blue 179

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

Shades of Cerulean Blue #305FB3

Tints of Cerulean Blue #305FB3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 179 (70.31% from 255) = 55.59%

R = 14.91%
G = 29.5%
B = 55.59%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#305FB3 (or 0x305FB3) is known color: Cerulean Blue. HEX triplet: 30, 5F and B3. RGB value is (48,95,179). Sum of RGB (Red+Green+Blue) = 48+95+179=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #305FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FB3 is #CFA04C. Grayscale: #5A5A5A. Windows color (decimal): -13606989 or 11755312. OLE color: 11755312.

HSL color Cylindrical-coordinate representation of color #305FB3: hue angle of 218.47º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305FB3 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 95 179 -
CMYK 0.73 0.47 0 0.30
HSL 218.47º 0.58% 0.45% -
HSV(B) 218.47º 0.73% 0.7% -
XYZ 13.45 12.07 44.27 -
YUV 90.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 48 95 179 0.73 0.47 0 0.30 218.47 0.58 0.45
Hex 30 5F B3 49 2F 0 1E DA 3A 2D
Octal 60 137 263 111 57 0 36 332 72 55
Binary 110000 1011111 10110011 1001001 101111 0 11110 11011010 111010 101101

Color Harmonies of #305FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FB3

Black with #305FB3

Text Example


Text Example

White with #305FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,179); }

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

background-color css

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

 a { background-color: rgb(48,95,179); }

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

border-color css

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

 span { border-color: rgb(48,95,179); }

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