Html Css Color HEX #3641AF Cerulean Blue

📋 copy color: '#3641AF'

red 54 ◦ green 65 ◦ blue 175

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

Shades of Cerulean Blue #3641AF

Tints of Cerulean Blue #3641AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.52%

R = 18.37%
G = 22.11%
B = 59.52%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3641AF (or 0x3641AF) is known color: Cerulean Blue. HEX triplet: 36, 41 and AF. RGB value is (54,65,175). Sum of RGB (Red+Green+Blue) = 54+65+175=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #3641AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3641AF is #C9BE50. Grayscale: #494949. Windows color (decimal): -13221457 or 11485494. OLE color: 11485494.

HSL color Cylindrical-coordinate representation of color #3641AF: hue angle of 234.55º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3641AF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 65 175 -
CMYK 0.69 0.63 0 0.31
HSL 234.55º 0.53% 0.45% -
HSV(B) 234.55º 0.69% 0.69% -
XYZ 11.15 7.66 41.45 -
YUV 74.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 54 65 175 0.69 0.63 0 0.31 234.55 0.53 0.45
Hex 36 41 AF 45 3F 0 1F EB 35 2D
Octal 66 101 257 105 77 0 37 353 65 55
Binary 110110 1000001 10101111 1000101 111111 0 11111 11101011 110101 101101

Color Harmonies of #3641AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3641AF

Black with #3641AF

Text Example


Text Example

White with #3641AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3641AF; }

 p { color: rgb(54,65,175); }

 H1.HeaderClassName
 {
   color: #3641AF;
 }
 .AnyTagClassName
 {
   color: #3641AF;
 }
</style>

background-color css

<style>
 a { background-color: #3641AF; }

 a { background-color: rgb(54,65,175); }

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

border-color css

<style>
 span { border-color: #3641AF; }

 span { border-color: rgb(54,65,175); }

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