Html Css Color HEX #365AC1 Cerulean Blue

📋 copy color: '#365AC1'

red 54 ◦ green 90 ◦ blue 193

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

Shades of Cerulean Blue #365AC1

Tints of Cerulean Blue #365AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

 BLUE value IS 193 (75.78% from 255) = 57.27%

R = 16.02%
G = 26.71%
B = 57.27%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#365AC1 (or 0x365AC1) is known color: Cerulean Blue. HEX triplet: 36, 5A and C1. RGB value is (54,90,193). Sum of RGB (Red+Green+Blue) = 54+90+193=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #365AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365AC1 is #C9A53E. Grayscale: #5A5A5A. Windows color (decimal): -13215039 or 12671542. OLE color: 12671542.

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

Color convert

RGB 54 90 193 -
CMYK 0.72 0.53 0 0.24
HSL 224.46º 0.56% 0.48% -
HSV(B) 224.46º 0.72% 0.76% -
XYZ 14.8 11.95 51.98 -
YUV 90.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 54 90 193 0.72 0.53 0 0.24 224.46 0.56 0.48
Hex 36 5A C1 48 35 0 18 E0 38 30
Octal 66 132 301 110 65 0 30 340 70 60
Binary 110110 1011010 11000001 1001000 110101 0 11000 11100000 111000 110000

Color Harmonies of #365AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AC1

Black with #365AC1

Text Example


Text Example

White with #365AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,193); }

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

background-color css

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

 a { background-color: rgb(54,90,193); }

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

border-color css

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

 span { border-color: rgb(54,90,193); }

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