Html Css Color HEX #3846AF Cerulean Blue

📋 copy color: '#3846AF'

red 56 ◦ green 70 ◦ blue 175

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

Shades of Cerulean Blue #3846AF

Tints of Cerulean Blue #3846AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 18.6%
G = 23.26%
B = 58.14%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3846AF (or 0x3846AF) is known color: Cerulean Blue. HEX triplet: 38, 46 and AF. RGB value is (56,70,175). Sum of RGB (Red+Green+Blue) = 56+70+175=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #3846AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3846AF is #C7B950. Grayscale: #4D4D4D. Windows color (decimal): -13089105 or 11486776. OLE color: 11486776.

HSL color Cylindrical-coordinate representation of color #3846AF: hue angle of 232.94º 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 #3846AF is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 70 175 -
CMYK 0.68 0.60 0 0.31
HSL 232.94º 0.52% 0.45% -
HSV(B) 232.94º 0.68% 0.69% -
XYZ 11.56 8.32 41.55 -
YUV 77.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 56 70 175 0.68 0.60 0 0.31 232.94 0.52 0.45
Hex 38 46 AF 44 3C 0 1F E9 34 2D
Octal 70 106 257 104 74 0 37 351 64 55
Binary 111000 1000110 10101111 1000100 111100 0 11111 11101001 110100 101101

Color Harmonies of #3846AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3846AF

Black with #3846AF

Text Example


Text Example

White with #3846AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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