Html Css Color HEX #3B78CA Curious Blue

📋 copy color: '#3B78CA'

red 59 ◦ green 120 ◦ blue 202

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

Shades of Curious Blue #3B78CA

Tints of Curious Blue #3B78CA

RGB

 RED value IS 59 (23.44% from 255) = 15.49%

 GREEN value IS 120 (47.27% from 255) = 31.5%

 BLUE value IS 202 (79.3% from 255) = 53.02%

R = 15.49%
G = 31.5%
B = 53.02%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3B78CA (or 0x3B78CA) is known color: Curious Blue. HEX triplet: 3B, 78 and CA. RGB value is (59,120,202). Sum of RGB (Red+Green+Blue) = 59+120+202=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B78CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B78CA is #C48735. Grayscale: #6E6E6E. Windows color (decimal): -12879670 or 13269051. OLE color: 13269051.

HSL color Cylindrical-coordinate representation of color #3B78CA: hue angle of 214.41º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B78CA is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 120 202 -
CMYK 0.71 0.41 0 0.21
HSL 214.41º 0.57% 0.51% -
HSV(B) 214.41º 0.71% 0.79% -
XYZ 19.18 18.63 58.46 -
YUV 111.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 59 120 202 0.71 0.41 0 0.21 214.41 0.57 0.51
Hex 3B 78 CA 47 29 0 15 D6 39 33
Octal 73 170 312 107 51 0 25 326 71 63
Binary 111011 1111000 11001010 1000111 101001 0 10101 11010110 111001 110011

Color Harmonies of #3B78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B78CA

Black with #3B78CA

Text Example


Text Example

White with #3B78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B78CA; }

 p { color: rgb(59,120,202); }

 H1.HeaderClassName
 {
   color: #3B78CA;
 }
 .AnyTagClassName
 {
   color: #3B78CA;
 }
</style>

background-color css

<style>
 a { background-color: #3B78CA; }

 a { background-color: rgb(59,120,202); }

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

border-color css

<style>
 span { border-color: #3B78CA; }

 span { border-color: rgb(59,120,202); }

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