Html Css Color HEX #3A5FB4 Cerulean Blue

📋 copy color: '#3A5FB4'

red 58 ◦ green 95 ◦ blue 180

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

Shades of Cerulean Blue #3A5FB4

Tints of Cerulean Blue #3A5FB4

RGB

 RED value IS 58 (23.05% from 255) = 17.42%

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

 BLUE value IS 180 (70.7% from 255) = 54.05%

R = 17.42%
G = 28.53%
B = 54.05%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A5FB4 (or 0x3A5FB4) is known color: Cerulean Blue. HEX triplet: 3A, 5F and B4. RGB value is (58,95,180). Sum of RGB (Red+Green+Blue) = 58+95+180=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A5FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5FB4 is #C5A04B. Grayscale: #5D5D5D. Windows color (decimal): -12951628 or 11820858. OLE color: 11820858.

HSL color Cylindrical-coordinate representation of color #3A5FB4: hue angle of 221.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A5FB4 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 95 180 -
CMYK 0.68 0.47 0 0.29
HSL 221.8º 0.51% 0.47% -
HSV(B) 221.8º 0.68% 0.71% -
XYZ 14.08 12.38 44.83 -
YUV 93.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 58 95 180 0.68 0.47 0 0.29 221.8 0.51 0.47
Hex 3A 5F B4 44 2F 0 1D DE 33 2F
Octal 72 137 264 104 57 0 35 336 63 57
Binary 111010 1011111 10110100 1000100 101111 0 11101 11011110 110011 101111

Color Harmonies of #3A5FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5FB4

Black with #3A5FB4

Text Example


Text Example

White with #3A5FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5FB4; }

 p { color: rgb(58,95,180); }

 H1.HeaderClassName
 {
   color: #3A5FB4;
 }
 .AnyTagClassName
 {
   color: #3A5FB4;
 }
</style>

background-color css

<style>
 a { background-color: #3A5FB4; }

 a { background-color: rgb(58,95,180); }

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

border-color css

<style>
 span { border-color: #3A5FB4; }

 span { border-color: rgb(58,95,180); }

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