Html Css Color HEX #3341B4 Cerulean Blue

📋 copy color: '#3341B4'

red 51 ◦ green 65 ◦ blue 180

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

Shades of Cerulean Blue #3341B4

Tints of Cerulean Blue #3341B4

RGB

 RED value IS 51 (20.31% from 255) = 17.23%

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

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

R = 17.23%
G = 21.96%
B = 60.81%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3341B4 (or 0x3341B4) is known color: Cerulean Blue. HEX triplet: 33, 41 and B4. RGB value is (51,65,180). Sum of RGB (Red+Green+Blue) = 51+65+180=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #3341B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341B4 is #CCBE4B. Grayscale: #494949. Windows color (decimal): -13418060 or 11813171. OLE color: 11813171.

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

Color convert

RGB 51 65 180 -
CMYK 0.72 0.64 0 0.29
HSL 233.49º 0.56% 0.45% -
HSV(B) 233.49º 0.72% 0.71% -
XYZ 11.49 7.78 44.08 -
YUV 73.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 51 65 180 0.72 0.64 0 0.29 233.49 0.56 0.45
Hex 33 41 B4 48 40 0 1D E9 38 2D
Octal 63 101 264 110 100 0 35 351 70 55
Binary 110011 1000001 10110100 1001000 1000000 0 11101 11101001 111000 101101

Color Harmonies of #3341B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341B4

Black with #3341B4

Text Example


Text Example

White with #3341B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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