Html Css Color HEX #3441B4 Cerulean Blue

📋 copy color: '#3441B4'

red 52 ◦ green 65 ◦ blue 180

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

Shades of Cerulean Blue #3441B4

Tints of Cerulean Blue #3441B4

RGB

 RED value IS 52 (20.7% from 255) = 17.51%

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 17.51%
G = 21.89%
B = 60.61%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3441B4 (or 0x3441B4) is known color: Cerulean Blue. HEX triplet: 34, 41 and B4. RGB value is (52,65,180). Sum of RGB (Red+Green+Blue) = 52+65+180=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #3441B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3441B4 is #CBBE4B. Grayscale: #494949. Windows color (decimal): -13352524 or 11813172. OLE color: 11813172.

HSL color Cylindrical-coordinate representation of color #3441B4: hue angle of 233.91º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3441B4 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 65 180 -
CMYK 0.71 0.64 0 0.29
HSL 233.91º 0.55% 0.45% -
HSV(B) 233.91º 0.71% 0.71% -
XYZ 11.54 7.81 44.08 -
YUV 74.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 52 65 180 0.71 0.64 0 0.29 233.91 0.55 0.45
Hex 34 41 B4 47 40 0 1D EA 37 2D
Octal 64 101 264 107 100 0 35 352 67 55
Binary 110100 1000001 10110100 1000111 1000000 0 11101 11101010 110111 101101

Color Harmonies of #3441B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3441B4

Black with #3441B4

Text Example


Text Example

White with #3441B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3441B4; }

 p { color: rgb(52,65,180); }

 H1.HeaderClassName
 {
   color: #3441B4;
 }
 .AnyTagClassName
 {
   color: #3441B4;
 }
</style>

background-color css

<style>
 a { background-color: #3441B4; }

 a { background-color: rgb(52,65,180); }

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

border-color css

<style>
 span { border-color: #3441B4; }

 span { border-color: rgb(52,65,180); }

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