Html Css Color HEX #2B75CA Curious Blue

📋 copy color: '#2B75CA'

red 43 ◦ green 117 ◦ blue 202

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

Shades of Curious Blue #2B75CA

Tints of Curious Blue #2B75CA

RGB

 RED value IS 43 (17.19% from 255) = 11.88%

 GREEN value IS 117 (46.09% from 255) = 32.32%

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

R = 11.88%
G = 32.32%
B = 55.8%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2B75CA (or 0x2B75CA) is known color: Curious Blue. HEX triplet: 2B, 75 and CA. RGB value is (43,117,202). Sum of RGB (Red+Green+Blue) = 43+117+202=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B75CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B75CA is #D48A35. Grayscale: #686868. Windows color (decimal): -13929014 or 13268267. OLE color: 13268267.

HSL color Cylindrical-coordinate representation of color #2B75CA: hue angle of 212.08º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B75CA is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 117 202 -
CMYK 0.79 0.42 0 0.21
HSL 212.08º 0.65% 0.48% -
HSV(B) 212.08º 0.79% 0.79% -
XYZ 18.02 17.5 58.31 -
YUV 104.56 182.98 84.09 -
System Red Green Blue C M Y K H S L
Decimal 43 117 202 0.79 0.42 0 0.21 212.08 0.65 0.48
Hex 2B 75 CA 4F 2A 0 15 D4 41 30
Octal 53 165 312 117 52 0 25 324 101 60
Binary 101011 1110101 11001010 1001111 101010 0 10101 11010100 1000001 110000

Color Harmonies of #2B75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B75CA

Black with #2B75CA

Text Example


Text Example

White with #2B75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B75CA; }

 p { color: rgb(43,117,202); }

 H1.HeaderClassName
 {
   color: #2B75CA;
 }
 .AnyTagClassName
 {
   color: #2B75CA;
 }
</style>

background-color css

<style>
 a { background-color: #2B75CA; }

 a { background-color: rgb(43,117,202); }

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

border-color css

<style>
 span { border-color: #2B75CA; }

 span { border-color: rgb(43,117,202); }

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