Html Css Color HEX #365FC2 Cerulean Blue

📋 copy color: '#365FC2'

red 54 ◦ green 95 ◦ blue 194

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

Shades of Cerulean Blue #365FC2

Tints of Cerulean Blue #365FC2

RGB

 RED value IS 54 (21.48% from 255) = 15.74%

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

 BLUE value IS 194 (76.17% from 255) = 56.56%

R = 15.74%
G = 27.7%
B = 56.56%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#365FC2 (or 0x365FC2) is known color: Cerulean Blue. HEX triplet: 36, 5F and C2. RGB value is (54,95,194). Sum of RGB (Red+Green+Blue) = 54+95+194=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #365FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FC2 is #C9A03D. Grayscale: #5D5D5D. Windows color (decimal): -13213758 or 12738358. OLE color: 12738358.

HSL color Cylindrical-coordinate representation of color #365FC2: hue angle of 222.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #365FC2 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 95 194 -
CMYK 0.72 0.51 0 0.24
HSL 222.43º 0.56% 0.49% -
HSV(B) 222.43º 0.72% 0.76% -
XYZ 15.35 12.86 52.71 -
YUV 94.03 184.42 99.45 -
System Red Green Blue C M Y K H S L
Decimal 54 95 194 0.72 0.51 0 0.24 222.43 0.56 0.49
Hex 36 5F C2 48 33 0 18 DE 38 31
Octal 66 137 302 110 63 0 30 336 70 61
Binary 110110 1011111 11000010 1001000 110011 0 11000 11011110 111000 110001

Color Harmonies of #365FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FC2

Black with #365FC2

Text Example


Text Example

White with #365FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365FC2; }

 p { color: rgb(54,95,194); }

 H1.HeaderClassName
 {
   color: #365FC2;
 }
 .AnyTagClassName
 {
   color: #365FC2;
 }
</style>

background-color css

<style>
 a { background-color: #365FC2; }

 a { background-color: rgb(54,95,194); }

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

border-color css

<style>
 span { border-color: #365FC2; }

 span { border-color: rgb(54,95,194); }

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