Html Css Color HEX #3841AF Cerulean Blue

📋 copy color: '#3841AF'

red 56 ◦ green 65 ◦ blue 175

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

Shades of Cerulean Blue #3841AF

Tints of Cerulean Blue #3841AF

RGB

 RED value IS 56 (22.27% from 255) = 18.92%

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

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

R = 18.92%
G = 21.96%
B = 59.12%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3841AF (or 0x3841AF) is known color: Cerulean Blue. HEX triplet: 38, 41 and AF. RGB value is (56,65,175). Sum of RGB (Red+Green+Blue) = 56+65+175=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #3841AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3841AF is #C7BE50. Grayscale: #4A4A4A. Windows color (decimal): -13090385 or 11485496. OLE color: 11485496.

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

Color convert

RGB 56 65 175 -
CMYK 0.68 0.63 0 0.31
HSL 235.46º 0.52% 0.45% -
HSV(B) 235.46º 0.68% 0.69% -
XYZ 11.26 7.72 41.45 -
YUV 74.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 56 65 175 0.68 0.63 0 0.31 235.46 0.52 0.45
Hex 38 41 AF 44 3F 0 1F EB 34 2D
Octal 70 101 257 104 77 0 37 353 64 55
Binary 111000 1000001 10101111 1000100 111111 0 11111 11101011 110100 101101

Color Harmonies of #3841AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3841AF

Black with #3841AF

Text Example


Text Example

White with #3841AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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